From: Kim F. Storm Date: Mon, 1 Mar 2004 23:56:20 +0000 (+0000) Subject: (struct window): New member overlay_arrow_bitmap. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23848 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=749c5544bea6fda966a26035057856c544e82d86;p=emacs.git (struct window): New member overlay_arrow_bitmap. --- diff --git a/src/window.h b/src/window.h index 0a4bdb6e891..c665e9921c6 100644 --- a/src/window.h +++ b/src/window.h @@ -254,6 +254,9 @@ struct window /* This is handy for undrawing the cursor. */ int phys_cursor_ascent, phys_cursor_height; + /* Alternate overlay-arrow-bitmap in this window. */ + int overlay_arrow_bitmap; + /* Non-zero means the cursor is currently displayed. This can be set to zero by functions overpainting the cursor image. */ unsigned phys_cursor_on_p : 1;